Improve doc blurb a bit
authorFelix Krull <f_krull@gmx.de>
Fri, 24 May 2019 23:31:43 +0000 (01:31 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/src/lib.rs

index ba306f5fe365b6940741ed0a40b8f812ac19d5b4..c4877cefbd37a611c94761e6fdb3e165d93264d1 100644 (file)
@@ -1,7 +1,7 @@
-//! # Rust bindings for [libostree](https://ostree.readthedocs.io)
+//! # Rust bindings for **libostree**
 //!
-//! libostree is both a shared library and suite of command line tools that combines
-//! a "git-like" model for committing and downloading bootable filesystem trees,
+//! [libostree](https://ostree.readthedocs.io) is both a shared library and suite of command line
+//! tools that combines a "git-like" model for committing and downloading bootable filesystem trees,
 //! along with a layer for deploying them and managing the bootloader configuration.
 
 #![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")]